Programming Languages
mobi |eng | 2009-08-19 | Author:Matloff, Norman & Peter Jay Salzman [Matloff, Norman]
void my_sigint_handler( int signum ) { printf("I received signal %d (that's 'SIGINT' to you).\n", signum); puts("Tee Hee! That tickles!\n"); } int main(void) { char choicestr[20]; int choice; while ( 1 ...
( Category:
Programming Languages
June 16,2017 )
epub, pdf |eng | 2009-02-08 | Author:David Sawyer McFarland [David Sawyer McFarland]
For example, say you want the slides to move more quickly, the transition between slides to be slower, and the delay before the slideshow starts to go away. You can ...
( Category:
Web Development & Design
June 16,2017 )
epub, pdf |eng | 2013-09-08 | Author:Paul Bakker & Bert Ertman
org.example.sessions - sessions.api - sessions.rest - sessions.mongo org.example.sessions.test org.example.registration - registration.api - registration.rest - registration.mongo - registration.email org.example.registration.test org.example.feedback - feedback.api - feedback.rest - feedback.stats - feedback.mongo org.example.feedback.test You can ...
( Category:
Networking & Cloud Computing
June 16,2017 )
epub |eng | 2012-06-15 | Author:Alessandro Del Sole
Figure 10.43. Selecting to import a package in the IIS Manager. This action launches the Import Application Package dialog, in which you have to specify the full pathname for the ...
( Category:
Programming
June 16,2017 )
epub, mobi, pdf |eng | 2013-07-11 | Author:Simon Marlow
writeChan :: Chan a -> a -> IO () writeChan (Chan _ writeVar) val = do newHole <- newEmptyMVar oldHole <- takeMVar writeVar putMVar oldHole (Item val newHole) putMVar writeVar ...
( Category:
Programming
June 16,2017 )
epub, pdf |eng | 2009-06-29 | Author:Kyle D. Dent [Kyle D. Dent]
HELO greatdeals.example.com Postfix first encounters the check_helo_access rule pointing to the helo_access lookup table. In checking the lookup table, it finds an entry for greatdeals.example.com with an action of REJECT. ...
( Category:
Networking & Cloud Computing
June 16,2017 )
mobi, pdf |eng | 2011-07-06 | Author:John Dooley
Our List of Fundamental Object-Oriented Design Principles Here are the ten fundamental principles: Encapsulate things in your design that are likely to change. Code to an interface rather than to ...
( Category:
Programming
June 16,2017 )
epub |eng | | Author:Venkat Subramaniam
rootElement = document.documentElement use(groovy.xml.dom.DOMCategory) { println "Languages and authors" languages = rootElement.language languages.each { language -> println "${language.'@name'} authored by ${language.author[0].text()}" ...
( Category:
Web Development & Design
June 16,2017 )
mobi |eng | 2009-06-28 | Author:Beazley, David M. [Beazley, David M.]
Message Handling Normally, messages are handled by the root logger. However, any Logger object can have special handlers added to it that receive and process log messages. This is done ...
( Category:
Programming Languages
June 16,2017 )
epub |eng | | Author:Dave Thomas & Chad Fowler, Andy Hunt
( Category:
Programming Languages
June 15,2017 )
epub, pdf |eng | 2011-10-04 | Author:Richard Monson-Haefel & David A. Chappell [Monson-Haefel, Richard & Chappell, David A.]
Java Message Service QWholesaler and QRetailer applications in separate command windows using the following command-line options: java chap6.B2B.QWholesaler localhost username password java chap6.B2B.QRetailer localhost username password In the QWholesaler application, ...
( Category:
Programming
June 15,2017 )
epub |eng | 2000-08-01 | Author:Andrew Koenig & Barbara E. Moo [Koenig, Andrew & Moo, Barbara E.]
As it stands, our Student_info class is in this third category: It is a class type, but we do not explicitly say how to construct Student_info objects. So, if we ...
( Category:
Software
June 15,2017 )
epub |eng | 2011-11-01 | Author:Jeff Friesen [Friesen, Jeff]
New Heavyweight Containers The javax.swing package includes JDialog, JFrame, and JWindow container classes that extend their java.awt.Dialog, java.awt.Frame, and java.awt.Window counterparts. These heavyweight containers manage their contained lightweight components (such ...
( Category:
Programming Languages
June 15,2017 )
epub, pdf |eng | 2012-10-11 | Author:Mark Pollack, Oliver Gierke, Thomas Risberg, Jon Brisbin & Michael Hunger [Mark Pollack, Oliver Gierke, Thomas Risberg, Jon Brisbin, and Michael Hunger]
The first thing to notice here is that we triggered the curl command with the -v flag. This flag activates verbose output, listing all the request and response headers alongside ...
( Category:
Databases & Big Data
June 15,2017 )
epub |eng | 1999-01-02 | Author:Microsoft Corporation [Microsoft Corporation]
Reading the Meter After the meter is set up, you are ready to test a wall outlet. There are three tests to perform. With AC voltage, it does not matter ...
( Category:
Software
June 15,2017 )
Categories
Ada | Ajax |
Assembly Language Programming | Borland Delphi |
C & C++ | C# |
CSS | Compiler Design |
Compilers | DHTML |
Debugging | Delphi |
Fortran | Java |
Lisp | Perl |
Prolog | Python |
RPG | Ruby |
Swift | Visual Basic |
XHTML | XML |
XSL |
Popular ebooks
Deep Learning with Python by François Chollet(12563)Hello! Python by Anthony Briggs(9911)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9794)
The Mikado Method by Ola Ellnestam Daniel Brolund(9775)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8292)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7775)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7758)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Windows APT Warfare by Sheng-Hao Ma(6785)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6511)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6378)
Kotlin in Action by Dmitry Jemerov(5061)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4315)
Functional Programming in JavaScript by Mantyla Dan(4037)
Solidity Programming Essentials by Ritesh Modi(3976)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3762)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3705)
The Ultimate iOS Interview Playbook by Avi Tsadok(3680)
